@charset "utf-8";


/* 头部 */
* {
    margin: 0px;
    padding: 0px;
}
html{
    min-width: 1200px;
}
header,
.header,
footer,
.content {
    width: 100%;
    /* width: 100%; */
}

header {
    background-color: #247be5;
    /* padding-top: 10px; */
    margin: 0 auto;
}

.header {
    /* height: 491px; */
    /* background: url(../images/header_bg.png) no-repeat; */
    /* background-size: cover; */
    position: relative;
}
.header a{
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 26%;
}
.header a img{
    width: 100%;
}

/* .left_bg {
    position: absolute;
    width: 360px;
    height: 735px;
    background: url(../images/header_left_bg.png) no-repeat;
    left: 0px;
    top: 10px;
    z-index: 9px;
} */
.left_bg {
    position: absolute;
    width: 18.75%;
    height: 200%;
    background: url(../cjwtimages/header_left_bg.png) no-repeat;
    background-size: 100%;
    left: 0px;
    top: 10px;
    z-index: 9px;
}

/* 底部 */
footer {
    margin: 0 auto;
    height: 97px;
    background: url(../cjwtimages/footer_bg.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.footer {
    text-align: center;
    height: 50px;
}

.footer span {
    display: block;
    color: #fff;
}

.footer span:last-child {
    margin-top: 20px;
}